home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 May / PC Answers CD-ROM 7 (Future Publishing) (May 1995).iso / vbits / demos / visualto / vtform1 / finddlg.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1994-10-10  |  5.1 KB  |  104 lines

  1. FindDlg
  2. Form15
  3. CloseButton
  4. Close
  5. FindButton
  6.     Find Next
  7.     LookCombo
  8. SearchCombo
  9. EntireCell
  10. Entire Cells Only
  11.     MatchCase
  12. Match Case
  13. FindText
  14. MS Sans Serif
  15. Label3
  16. Look In:
  17. Label2
  18. Search:
  19. Label1
  20.     Find What
  21. MS Sans Serif
  22.     Form_Loadv
  23. SearchBombo
  24. SearchCombo|
  25.     LookCombo
  26. CloseButton_Click
  27. FindDlg
  28.     ListIndex
  29. FindButton_ClickX
  30. LastRow
  31. LastCol
  32. sserror-
  33. SSGetLastRowq
  34.     MainFrame
  35. ActiveForm^
  36. SSGetLastColForRowi
  37. TheRowe
  38. TheCol
  39. StartRow
  40. SSGetTypeRC
  41. TheType
  42. TextBox;
  43.     MatchCase
  44. Value
  45. FindText
  46. SSGetTextRC
  47. CellText
  48. FindData0
  49. ByRows
  50. FindText_Change
  51. FindText_KeyPress"
  52. KeyAscii
  53. EntireCell
  54. Formulau
  55. Number
  56.     MatchCell
  57. Form_GotFocus
  58. StartCol
  59. SSGetLastCol
  60. SSRangeToTwips
  61. CellVisible
  62. TopRow
  63. LeftCol
  64. SSIsActiveForm
  65. CloseButton_Click
  66. FindButton_Click
  67. FindData
  68.  Make sure there is data in the worksheetS
  69. No data in the spreadsheet.
  70.  Search the worksheet by rowsc
  71.  Skip the column we are in
  72.  Keep cycling through the rows one at a time
  73.  Get the last column in this row (so we don't search all columns)u
  74.  Search all the cells from the current one to the last one in this row
  75.  See if we searched the whole worksheetw
  76. Data not found.
  77.  Check this cell for a match
  78.  Data was founda
  79.  If cell is not visible then move the sheet so it is in the upper left
  80.  Next Row - If we are at the end then start back at the tope
  81.  Search by columns
  82.  Skip the row we are in 
  83.  Keep cycling through the columns one at a timee
  84.  Search all the cells from the current one to the last one in this columno
  85.  See if we searched the whole worksheetw
  86. Data not found.
  87.  Check this cell for a match
  88.  If cell is not visible then move the sheet so it is in the upper left
  89.  Next Column - If we are at the end then start back at the left 
  90. FindText_KeyPress
  91. Form_GotFocus
  92. Form_Load
  93. By Rows
  94. By Columns
  95. Numbers
  96. MatchCell
  97.  Test number cells  or formulas returning numbersh
  98.  Test to two decimal placesu
  99.  Test Text or text results of formulas
  100.  Match any part of the cell 
  101.  Match the whole celle
  102.  Match case exactly=
  103.  Match regardless of casee
  104.